home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / xdns-info < prev    next >
Encoding:
Internet Message Format  |  1996-10-25  |  3.5 KB

  1. Return-Path: amoss@cs.huji.ac.il
  2. Received: by gw.home.vix.com id AA25918; Mon, 31 Jan 94 13:49:18 -0800
  3. Received: from picton.cs.huji.ac.il by cs.huji.ac.il with SMTP id AA05782
  4.   (5.65c/HUJI 4.153 for <paul@vix.com>); Mon, 31 Jan 1994 23:40:39 +0200
  5. Received: from localhost by picton.cs.huji.ac.il with SMTP id AA16137
  6.   (5.65c/HUJI 4.1 for sommerfeld@apollo.hp.com); Mon, 31 Jan 1994 23:40:37 +0200
  7. Message-Id: <199401312140.AA16137@picton.cs.huji.ac.il>
  8. To: paul@vix.com, dpk@fid.morgan.com (Doug Kingston),
  9.         Bill Sommerfeld <sommerfeld@apollo.hp.com>
  10. Subject: Re: NTP time distribution network configuration and control 
  11. In-Reply-To: Your message of Mon, 31 Jan 94 12:55:50 -0800 .
  12.              <9401312055.AA08576@office> 
  13. From: Amos Shapira <amoss@cs.huji.ac.il>
  14. Date: Mon, 31 Jan 1994 23:40:26 +0200
  15. Sender: amoss@CS.HUJI.AC.IL
  16.  
  17. In message <9401312055.AA08576@office> you write:
  18. |>  About a year or two ago I wrote a DNS asynchronous access library which
  19. |>I intended to use with an X interface for DNS digging. It worked great
  20. |>as far as sending/recieving/parsing packets asynchronously goes.  Will
  21. |>love to contribute this code if someone is interested.
  22. |
  23. |i would love to see this code.
  24.  
  25. That's about what all of you sent me.  I'm sorry to disappoint you but
  26. all the library does is to build and parse DNS packets.  The asynchrounous
  27. stuff was done in the X program which used the library.  Nevertheless it
  28. might help someone build a library routine which is able to do the same.
  29.  
  30. I made the tar file available for retrieving on ftp.huji.ac.il:
  31. /pub/network/ntp/xdns.tar.gz,  that's the entire X program (which does
  32. NOT compile for me now because it uses some extra libs, but worked fine
  33. back then).
  34.  
  35. Here is the README file I compiled, so you don't have to retrieve it if you
  36. don't like it.
  37.  
  38. Enjoy,
  39.  
  40. --Amos
  41.  
  42. --Amos Shapira (Jumper Extraordinaire) | "War does not determine who is right,
  43. C.S. System Group, Hebrew University,  |  but who is left"
  44. Jerusalem 91904, ISRAEL                |
  45. amoss@cs.huji.ac.il                    |          -- Anonymous?
  46.  
  47. ----------------------------------------------------------------------
  48. This directory contains sources for an incomplete X interface for
  49. Domain Name Service 'digging' tool.  The program used to work on Suns
  50. running SunOS 4.* sometime during '92.  I can't compile it today
  51. because it requires the Widget Creation Library (Wcl) and maybe some
  52. other stuff which we don't have now.
  53.  
  54. The code in dnslib.c and dnslib.h helps to deal with the various
  55. fields of the DNS packets in C programs more easely.
  56.  
  57. The asynchrounous code some people asked about (3 people in 5
  58. minutes since I mentioned it :) is actually a re-arrengment of
  59. the basic query sending routine from the DNS packege writen by Paul Vixie.
  60. This is done in the file sendquery.c
  61.  
  62. ________________________________________________________________________
  63.  
  64.  
  65. This code have been writen by Amos Shapira (amoss@cs.huji.ac.il) while
  66. working at the Computer Science System Group, the Hebrew University,
  67. Jerusalem, Israel, during mid 1992.
  68.  
  69. Please be fair and give credit when credit is due (allready had my
  70. FTP library code drowned in the sources of Xarchie :)
  71.  
  72. Enjoy, and please let me know what you are doing with this.
  73.  
  74. --Amos Shapira
  75. January 31st, 1994
  76.  
  77. --Amos Shapira (Jumper Extraordinaire) | "Of course Australia was marked for
  78. C.S. System Group, Hebrew University,  |  glory, for its people had been chosen
  79. Jerusalem 91904, ISRAEL                |  by the finest judges in England."
  80. amoss@cs.huji.ac.il                    |                         -- Anonymous
  81.